//==============================================================================
// capybara_anim.txt
//==============================================================================

//==============================================================================
anim Bored
{
	SetSelector
	{
		set hotspot
		{
			version
         		{
				Visual Animal capybara_bored
         		}
       		}
   	}
}

//==============================================================================
anim death
{
	SetSelector
   	{
      		set hotspot
      		{
         		version
         		{
		      		Visual Animal capybara_death
         		}
       		}
	}
}

//==============================================================================
anim walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
		      Visual Animal capybara_walkB
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
         }
       }
	}
}

//==============================================================================
anim idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
		      		Visual Animal capybara_idleA
         		}
   	     		version
         		{
		      		Visual Animal capybara_idleB
         		}
      		}
   	}
}

